home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / PCSoftware / HTML Tool 3.5 / htmltool.exe / _SETUP.1 / Must visit sponsor.scp < prev    next >
Encoding:
Text File  |  2000-03-06  |  767 b   |  28 lines

  1. <HTMLtool>A small JavaScript that forces your visitors to visit your sponsor first</HTMLtool>
  2.  
  3. <!-- TWO STEPS TO INSTALL MUST VISIT SPONSOR:
  4.  
  5.   1.  Copy the coding into the HEAD of your HTML document
  6.   2.  Add the last code into the BODY of your HTML document  -->
  7.  
  8. <!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->
  9.  
  10. <HEAD>
  11.  
  12. <SCRIPT LANGUAGE="JavaScript">
  13.  
  14. <!-- Begin
  15. function adClick(ad, site) {
  16. window.open(ad);
  17. window.location = site;
  18. }
  19. //  End -->
  20. </script>
  21. </HEAD>
  22.  
  23. <!-- STEP TWO: Copy this code into the BODY of your HTML document  -->
  24.  
  25. <BODY>
  26.  
  27. <a href="javascript:adClick('http://www.sponsor.com/page.html', 'http://www.your-web-site-address-here.com/');">
  28. Click here to visit our sponsor and go to our site</a>